-- macro initcheckcursb global soundVolume set soundVolume = 0 set the volume of sound 1 =soundVolume if rollOver (4) then go to "1B" else if rollOver (5) then go to "2B" else if rollOver (6) then go to "3B" else if rollOver (7) then go to "4B" else if rollOver (8) then go to "5B" else if rollOver (9) then go to "6B" else if rollOver (10) then go to "7B" else if rollOver (11) then go to "8B" else go to "Main off" end if